
.fl{
	float:left;
}
.fr{
	float:right;
}

.menue-nav{
	z-index: 999;
}
.ex-tab-box .tab-box .link,
.menue-header .menue-nav li .link span,
.menue-header .menue-nav li .hide .sub-link .text{
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.menue-header .menue-nav li {
	position: relative;
	min-width: 50px;
	height: 100%;
	margin-right: 40px
}

.menue-header .menue-nav li .link {
	display: block;
	height: 100%;
	line-height: 80px;
	font-size: 16px;
	color: #000;
	border-bottom: 2px solid transparent;
}

.menue-header .menue-nav li .link span {
	vertical-align: middle
}

.menue-header .menue-nav li .link span.icon {
	width: 10px;
	height: 6px;
	margin-left: 8px;
	background: url(../../images/arrow-down.png) no-repeat center center
}

.menue-header .menue-nav li .hide {
	transform-origin: center top;
	position: absolute;
	top: 90%;
	left: 0;
	width: 138px;
	background: #fff;
	box-shadow: 0px 0px 46px rgba(44,70,95,0.16);
	visibility: hidden;
	z-index: 9999;
}

.menue-header .menue-nav li .hide .sub-link {
	display: block;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	color: #727273
}

.menue-header .menue-nav li .hide .sub-link:last-child {
	border-bottom: none
}

.menue-header .menue-nav li .hide .sub-link .text {
	position: relative;
	padding: 14px 0 12px 0;
	margin-left: 15px
}

.menue-header .menue-nav li .hide .sub-link .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #02c5ff;
	transition: width 0.5s
}

@media (min-width: 1025px) {
	.menue-header .menue-nav li .hide .sub-link:hover .line {
		width: 100%
	}
}

@media (max-width: 1200px) {
	.menue-header .menue-nav li {
		margin-right: 46px
	}
}

@media (max-width: 1024px) {
	.menue-header {
		display: none
	}
}

.menue-header-m {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	transition: all 0.8s
}

.menue-header-m .menue-logo {
	position: absolute;
	/* left: 5.28%; */
	display: block;
	transition: all 0.8s;
	line-height: 60px;
}

.menue-header-m .menue-logo img {
	display: block;
	max-width: 100%
}

.menue-header-m .menue-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -80.55%;
	z-index: 500;
	width: 80.55%;
	height: 100vh;
	background-color: #fff
}

.menue-header-m .menue-nav li {
	padding: 0 8.27%;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	background: #f6f6f6
}

.menue-header-m .menue-nav li .link {
	position: relative;
	display: block;
	padding: 6% 0;
	color: #222;
	transition: all 0.6s;
	transform: translateX(100px);
	opacity: 0
}

.menue-header-m .menue-nav li .link .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 14px;
	height: 24px;
	margin-top: -10px;
	background: url("../../images/arrow-r.png") no-repeat center center
}

.menue-header-m .menue-nav li .hide {
	position: absolute;
	top: 0;
	left: 101%;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.8s
}

.menue-header-m .menue-nav li .hide .sub-link {
	display: block;
	padding: 6% 8.27%;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	color: #222;
	background: #f6f6f6
}

.menue-header-m .menue-nav li .hide .sub-link .text {
	display: block;
	transform: translateX(100px);
	opacity: 0;
	transition: all 0.6s
}

.menue-header-m .menue-nav li .hide .title {
	position: relative;
	height: 80px;
	padding: 0;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #26b2e5;
}

.menue-header-m .menue-nav li .hide .title .back {
	position: absolute;
	left: 8.27%;
	top: 50%;
	display: block;
	width: 14px;
	height: 24px;
	margin-top: -10px;
	background: url("../../images/arrow-l.png") no-repeat center center
}

.menue-header-m .menue-nav li.dy {
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	background: #222
}

.menue-header-m .menue-nav li.dy .link {
	padding: 0;
	color: #fff
}

.menue-header-m .menue-nav li.dy .hide {
	line-height: 1.2
}

.menue-header-m .bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: .1;
	filter: alpha(opacity=10);
	cursor: pointer;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform 0.6s
}

.menue-header-m .menu-box {
	position: absolute;
	top: 15px;
	right: 5.28%;
	transition: all 0.6s
}

.menue-header-m .menue-menu {
	width: 35px;
	margin: 0 auto;
	cursor: pointer
}

.menue-header-m .menue-menu .line {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	transition: transform 0.3s ease,top 0.3s ease,width 0.3s ease,opacity 0.3s,background 0.3s;
	transform-origin: center center;
	background: #000
}

.menue-header-m .menue-menu .line:nth-child(2) {
	margin: 8px 0
}

.menue-header-m.ishow {
	transform: translateX(-80.55%)
}

.menue-header-m.ishow .bg {
	transform: scaleX(1)
}

.menue-header-m.ishow .menue-nav li .link {
	transform: translateX(0px);
	opacity: 1
}

.menue-header-m.ishow .menue-nav li .hide.ishow {
	transform: translateX(-101%)
}

.menue-header-m.ishow .menue-nav li .hide.ishow .sub-link .text {
	transform: translateX(0px);
	opacity: 1
}

.menue-header-m.ishow .menu-box {
	right: 0;
	width: 19.45%
}


@media (min-width: 1025px) {
	.menue-header-m {
		display: none
	}
}
